home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Framewrk / FWPart / FWPrint.r < prev    next >
Encoding:
Text File  |  1996-09-17  |  1.5 KB  |  98 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWPrint.r
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #define SystemSevenOrLater    1
  11.  
  12. #include "Types.r"
  13.  
  14. #include "FWPrint.k"
  15.  
  16. resource 'DLOG' (FW_kMacPrintDialog) {
  17.     {40, 40, 142, 353},
  18.     dBoxProc,
  19.     invisible,
  20.     noGoAway,
  21.     0x0,
  22.     FW_kMacPrintDialog,
  23.     "",
  24.     alertPositionParentWindow
  25. };
  26.  
  27. resource 'DITL' (FW_kMacPrintDialog) {
  28.     {    /* array DITLarray: 11 elements */
  29.         /* [1] */
  30.         {70, 23, 87, 220},
  31.         StaticText {
  32.             disabled,
  33.             "Press Command-. to cancel"
  34.         },
  35.         /* [2] */
  36.         {13, 23, 30, 85},
  37.         StaticText {
  38.             disabled,
  39.             "Printing:"
  40.         },
  41.         /* [3] */
  42.         {13, 90, 30, 280},
  43.         StaticText {
  44.             disabled,
  45.             "<file>"
  46.         },
  47.         /* [4] */
  48.         {30, 23, 47, 85},
  49.         StaticText {
  50.             disabled,
  51.             "Status:"
  52.         },
  53.         /* [5] */
  54.         {30, 90, 47, 280},
  55.         StaticText {
  56.             disabled,
  57.             "Starting print job"
  58.         },
  59.         /* [6] */
  60.         {30, 90, 47, 280},
  61.         StaticText {
  62.             disabled,
  63.             "Canceling print job"
  64.         },
  65.         /* [7] */
  66.         {47, 90, 64, 200},
  67.         StaticText {
  68.             disabled,
  69.             "Total  pages:"
  70.         },
  71.         /* [8] */
  72.         {47, 200, 64, 250},
  73.         StaticText {
  74.             disabled,
  75.             "<1>"
  76.         },
  77.         /* [9] */
  78.         {30, 90, 47, 200},
  79.         StaticText {
  80.             disabled,
  81.             "Current page:"
  82.         },
  83.         /* [10] */
  84.         {30, 200, 47, 250},
  85.         StaticText {
  86.             disabled,
  87.             "<1>"
  88.         },
  89.         /* [11] */
  90.         {68, 233, 89, 290},
  91.         Button {
  92.             enabled,
  93.             "Cancel"
  94.         }
  95.     }
  96. };
  97.  
  98.